home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / john / hc_resed / ResEdit IPS™ / card_6800.txt < prev    next >
Encoding:
Text File  |  1988-07-22  |  2.1 KB  |  56 lines

  1. -- card: 6800 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2664
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=467 top=77 right=125 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1002 / 1002
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: #2
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   go to card id 8621
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=387 top=63 right=103 bottom=429
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: skip
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set lockScreen to true
  43.   go next card
  44.   go next card
  45.   set lockScreen to false
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 13
  51. ----- text -----
  52. Running ResEdit
  53. When you initially run ResEdit, you get a scrolling window similar to the one you get when you choose "Open" from a programs File menu.  Click on Example #2 button for an example.
  54.  
  55. At this point, double-clicking on any of the filenames visible will immediately open that file and list it's resource types; folders will open a new window that lists all the files in that folder (including more folders).  Datafiles from programs like MacPaint will come up with a message saying that the file has no resource fork - do you want to add one?  I say no (because what fun is a file with no resources) but if you say yes it doesn't seem to bother anything.  When you then double-click on a resource type, it then opens a listing of all resources of that type within the file you chose.  
  56. DA, File and Edit Menus are in place.  Windows that are overlapped are brought to the top by clicking in their visible area.  All windows can be relocated (if not resized) to any area of the screen.  When you open a new window, it appears just to the lower right of the active window.  Remember what I said earlier about Standard User Interface?  All this makes for a very flexible working "environment" (as programmers like to say).